home *** CD-ROM | disk | FTP | other *** search
- Amiga port of Taylor UUCP 1.06.1 package:
-
- * Changes in Amiga Port Of Taylor UUCP v 1.06.1 Package
-
- File and system locking is done with OwnDevUnit.library.
- ulog() uses syslog.library beside its own log files.
- TCP/IP code removed. (need rewriting).
- serial code rewriten 100%.
- documentation is now in AmigaGuideĀ® format.
-
- * default directories and file names
-
- uulib:uucp/ config dir (orig. /lib/uucp)
- uuspool: spool dir (orig. /var/spool/uucp)
- uupub: public dir (orig. /var/spool/uucppublic)
- bin: command path (orig. /bin /usr/bin /usr/local/bin)
- logs:UUCP-Log main logfile (orig. /var/spool/uucp/Log)
- logs:UUCP-Stats stats logfile (orig. /var/spool/uucp/Stats)
- logs:UUCP-Debug debug logfile (orig. /var/spool/uucp/Debug)
-
-
- * changes in configuration files
-
- file: uulib:uucp/ports
-
- ``device'' field is changed from /dev/ttyxx style to native Amiga
- serial device names.
-
- for example:
-
- device serial/0
- # indicates that serial.device unit 0 should be used when dialing out.
-
- device telser/9
- # indicates that telser.device unit 9 should be used when dialing out.
-
- * NOTE: you should NOT supply ``.device'' in device name.
-
-
-
- * software requirements
-
- ixemul.library 47.2
- ixnet.library 47.2
- OwnDevUnit.library
- syslog.library
-
- pdksh (for executing shell scripts (uuclean and others))
-
- * getty must be able to set $DEVICE and $UNIT enviroment variables as they
- are used by uucico when determinig to which port (device and unit) is
- attached when started from getty, and must NOT pass -D, -U , and -Getty
- parameters to uucico. A possible workaround could be to make shell script
- that sets the enviroment and then call uucico executable.
-
- -- cut here uucico.scr --
-
- .key -D,-U,-Getty
- .bra {
- .ket }
-
- set DEVICE {-D}
- set UNIT {-U}
- bin:uucico
-
- unset DEVICE
- unset UNIT
-
- -- cut here uucico.scr --
-
- NOTE: this is untested as i use my own version of getty :-) (not included here
- because i don't have time to write proper documentation for it)
-
- * getty must set either a $LOGNAME , $USER , or must do setlogin() in ixemul
- compatible way.
-
- * In fact, you'll need a REAL getty program.
-
-